home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 015a / wced17f.zip / WKEYS.DAT < prev    next >
Text File  |  1992-10-03  |  901b  |  36 lines

  1. # Name : keys.dat
  2. # Author : sjr (Stuart Russell)
  3. # This is an example of the data file required by wkeys
  4. # Lines consist of assignment statements of the form
  5. #    command [ Shift | Ctrl | Alt ] key
  6. # where key is one of
  7. #    Letter (a-z A-Z), Function key, Cursor key,
  8. #    Backspace, Delete, Home, End, PageUp, PageDown, Escape, Tab,
  9. #    Whitehome, Whiteend, Whiteleft, Whiteright, Whiteup, Whitedown,
  10. #    Whitedelete, Whitepageup, Whitepagedown.
  11. # Note: A letter must be preceded by either Ctrl or Alt
  12.  
  13. MoveBegin    Home
  14. MoveEnd        End
  15. MoveLeft    Left
  16. MoveRight    Right
  17. HistoryLast    Up
  18. HistoryNext    Down
  19. MoveWordLeft    Ctrl Left
  20. MoveWordRight    Ctrl Right
  21. DeleteLast    Backspace
  22. DeleteThis    Delete
  23. HistoryRemove    Alt r
  24. DeletetoEnd    Alt e
  25. DeletetoBegin    Alt b
  26. DeleteLine    Alt d
  27. Version        Alt v
  28. Quit        Alt x
  29. Complete    Alt c
  30. Show        Alt s
  31. CompShow    Tab
  32. NoExecute    Ctrl c
  33. Alias        Alt a
  34. CompShowPath    Ctrl Tab
  35.  
  36.